unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 11 Jul 2019 06:39:38 +0000 (07:39 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 11 Jul 2019 06:39:38 +0000 (07:39 +0100)
commitf2d8690c6b0e05a0a7ac9a19879847310c507891
tree1a35fb4850193c2ef295134e24110b679d26116f
parentb63b3aab81e953c4569651a03680f39044b8a637
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h